home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
wdj0797.zip
/
ZOLMAN.ZIP
/
BOTTOM~1.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-18
|
1KB
|
53 lines
// BottomView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBottomView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CBottomView : public CFormView
{
protected:
CBottomView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CBottomView)
// Form Data
public:
//{{AFX_DATA(CBottomView)
enum { IDD = IDD_BOTTOM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBottomView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CBottomView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CBottomView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////